home *** CD-ROM | disk | FTP | other *** search
- ; SCCSID = @(#)u.islmon.inf 1.2 01/09/97
- ;
- ; ISLMON.INF
- ; This is Setup information file for ISL pseudo-monitor
- ; as supported in the Windows 95 retail product.
- ;
- ; Copyright (C) 1995 Insignia Solutions PLC
- ; Created 12/7/95 PMG
- ; Activated 9/1/97 PMG to get MaxResolution value in place
- ;
-
- [version]
- signature="$CHICAGO$"
- Class=Monitor
- Provider=%Provider%
-
- [Manufacturer]
- %Provider%=ISL
-
- [ISL]
- %DeviceName%=Insignia,*ISL0902 ; Any ID will do, as far as I can see
-
- [Insignia]
- DelReg=DEL_CURRENT_REG
- AddReg=Insignia.AddReg
-
- ; Note this section is more trouble than it is worth
- ; We need to generate Source Disk names sections etc. when nothing
- ; is really needed for a monitor definition
- ;[Insignia.Inf]
- ;ISLMON.INF
-
- [Insignia.AddReg]
- HKR,,MaxResolution,,"1600,1200"
- ; No need to list modes, after all we support anything
- ;;HKR,"MODES\1600,1200"
-
- [DestinationDirs]
- DefaultDestDir = 11 ; LDID_SYS
- monitor.infs.copy = 17 ; LDID_INF
-
- ; Common AddReg/DelReg sections
- ;-------------------------------------------------
-
- [DEL_CURRENT_REG]
- HKR,MODES
- HKR,,MaxResolution
- HKR,,DPMS
-
-
- [DPMS]
- HKR,,DPMS,,1
-
- ; ------------------------------------------------
-
- [strings]
- Provider="Insignia Solutions"
- DeviceName="Insignia Monitor"